net/http.chunkWriter.chunking (field)
8 uses
net/http (current package)
server.go#L368: chunking bool // using chunked transfer encoding for reply body
server.go#L384: if cw.chunking {
server.go#L392: if cw.chunking && err == nil {
server.go#L412: if cw.chunking {
server.go#L617: if !w.cw.chunking && w.bodyAllowed() && w.req.Method != "HEAD" {
server.go#L1490: cw.chunking = false
server.go#L1496: cw.chunking = true
server.go#L1512: if cw.chunking {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)